projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8888ec
)
some cross-referencing
author
Matthias Clasen
<matthiasc@src.gnome.org>
Thu, 29 Jun 2006 10:01:25 +0000
(10:01 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Thu, 29 Jun 2006 10:01:25 +0000
(10:01 +0000)
gtk/gtkprintoperation.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation.c
b/gtk/gtkprintoperation.c
index 66cd9491a8a4071e0e6d76e1a8f5ad68214cff1a..c6cecce8dc508cbd21f9977ebfb103295953bb39 100644
(file)
--- a/
gtk/gtkprintoperation.c
+++ b/
gtk/gtkprintoperation.c
@@
-2389,6
+2389,9
@@
gtk_print_operation_run (GtkPrintOperation *op,
if (action == GTK_PRINT_OPERATION_ACTION_EXPORT)
{
+ /* note: if you implement async EXPORT, update the docs
+ * docs for the allow-async property.
+ */
priv->is_sync = TRUE;
g_return_val_if_fail (priv->export_filename != NULL, GTK_PRINT_OPERATION_RESULT_ERROR);
result = run_pdf (op, parent, &do_print);